home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / graphics / pbm / pbm_man.zoo / man1 / pbmtext.1 < prev    next >
Text File  |  1994-08-27  |  2KB  |  67 lines

  1.  
  2.  
  3.  
  4. pbmtext(1)               USER COMMANDS                 pbmtext(1)
  5.  
  6.  
  7.  
  8. NAME
  9.      pbmtext - render text into a bitmap
  10.  
  11. SYNOPSIS
  12.      pbmtext [-font _✓f_✓o_✓n_✓t_✓f_✓i_✓l_✓e] [_✓t_✓e_✓x_✓t]
  13.  
  14. DESCRIPTION
  15.      Takes the specified text, either a single line from the com-
  16.      mand line or multiple lines from standard input, and renders
  17.      it into a bitmap.
  18.  
  19. OPTIONS
  20.      By default, pbmtext uses a  built-in  font.   You  can  also
  21.      specify  your own font with the -font flag.  The _✓f_✓o_✓n_✓t_✓f_✓i_✓l_✓e is
  22.      a pbm file, created in a very specific way.  In your  window
  23.      system  of choice, display the following text in the desired
  24.      (fixed-width) font:
  25.  
  26.          M ",/^_[`jpqy| M
  27.  
  28.          /  !"#$%&'()*+ /
  29.          < ,-./01234567 <
  30.          > 89:;<=>?@ABC >
  31.          @ DEFGHIJKLMNO @
  32.          _ PQRSTUVWXYZ[ _
  33.          { \]^_`abcdefg {
  34.          } hijklmnopqrs }
  35.          ~ tuvwxyz{|}~  ~
  36.  
  37.          M ",/^_[`jpqy| M
  38.  
  39.      Do a screen grab or window dump  of  that  text,  using  for
  40.      instance  _✓x_✓w_✓d,  _✓x_✓g_✓r_✓a_✓b_✓s_✓c,  or _✓s_✓c_✓r_✓e_✓e_✓n_✓d_✓u_✓m_✓p.  Convert the result
  41.      into a pbm file.  If necessary, use _✓p_✓n_✓m_✓c_✓u_✓t to remove  every-
  42.      thing  except  the text.  Finally, run it through _✓p_✓n_✓m_✓c_✓r_✓o_✓p to
  43.      make sure the edges are right up against the text.   _✓p_✓b_✓m_✓t_✓e_✓x_✓t
  44.      can figure out the sizes and spacings from that.
  45.  
  46. SEE ALSO
  47.      pbm(5), pnmcut(1), pnmcrop(1)
  48.  
  49. AUTHOR
  50.      Copyright (C) 1991 by Jef Poskanzer.
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63. Sun Release 4.0    Last change: 5 January 1991                  1
  64.  
  65.  
  66.  
  67.